tests: Make testwindows dialog even more beautiful
authorBenjamin Otte <otte@redhat.com>
Tue, 27 Sep 2011 00:38:05 +0000 (02:38 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 27 Sep 2011 03:37:14 +0000 (05:37 +0200)
tests/testwindows.c

index c8766f261d828070ce006970fb8f6ca70ea3e217..c338018525e050ba90d5b011fdaf4d56f3c11b82 100644 (file)
@@ -449,7 +449,7 @@ manual_clicked (GtkWidget *button,
                                        NULL);
   
 
-  table = gtk_table_new (2, 4, TRUE);
+  table = gtk_table_new (4, 2, FALSE);
   gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))),
                      table,
                      FALSE, FALSE,